IDictionary<TKey,TValue>.Items[TKey] Property

Gets or sets the element with the specified key.

Namespace: Spring.Collections
public
 property Items[const key: TKey]: TValue read GetItem write SetItem; default;

Parameters

key
Type: TKey

The key of the element to get or set.

Property Value

Type: TValue

The element with the specified key.